From a73ad7a7747f846f8ef0421d3ab0fdd0ccb1fdd0 Mon Sep 17 00:00:00 2001 From: Debian Elfutils Maintainers Date: Tue, 17 Mar 2026 15:25:35 +0100 Subject: [PATCH] perf_regs Gbp-Pq: Name perf_regs.diff --- backends/libebl_PERF_FLAGS.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backends/libebl_PERF_FLAGS.h b/backends/libebl_PERF_FLAGS.h index 51c20ea..403c876 100644 --- a/backends/libebl_PERF_FLAGS.h +++ b/backends/libebl_PERF_FLAGS.h @@ -32,9 +32,8 @@ #define _LIBEBL_PERF_FLAGS_H 1 #if defined(__linux__) +#if defined(__linux__) && !defined(__alpha__) && !defined(__hppa__) && !defined(__m68k__) && !defined(__sh__) && !defined(__sparc__) /* XXX Need to exclude __linux__ arches without perf_regs.h. */ -#if defined(__x86_64__) || defined(__i386__) -/* || defined(other_architecture)... */ # include #endif #endif -- 2.30.2